public class TagExtParam
extends java.lang.Object
| Constructor and Description |
|---|
TagExtParam(int rssi,
int phase)
Creates an instance of the TagExtParam class.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getPhase()
Returns the Phase value of the tag.
|
float |
getRssi()
Returns the RSSI value of the tag.
|
java.lang.String |
toString() |
public TagExtParam(int rssi,
int phase)
rssi - An integer representing the rssi value.phase - An integer representing the phase value.public float getRssi()
public float getPhase()
public java.lang.String toString()
toString in class java.lang.Object